home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-07107.DIR / 00020.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  110 b   |  8 lines

  1. on exitFrame
  2.   repeat with i = 20 to 29
  3.     if rollOver(i) = 1 then
  4.       go("1")
  5.     end if
  6.   end repeat
  7. end
  8.